POV-Ray : Newsgroups : povray.binaries.images : Re: fix single image on surface : Re: fix single image on surface Server Time
1 Oct 2024 13:18:11 EDT (-0400)
  Re: fix single image on surface  
From: Christoph Hormann
Date: 13 Aug 2000 12:45:16
Message: <3996D0BA.8D6C3D2F@schunter.etc.tu-bs.de>
Jens Strohmeyer wrote:
> 
> hello !
> i need to know how to fix a SINGLE image
> to a surface, e.g. how to fix a bitmap on a special
> position on a cylinder. can anyone help ?
> thanks in advance !
> jens

Don't know, what you exactly mean, but you can add "once" to an image_map to
avoid tiling.  Example:

  image_map {
    png "test.png"
    once
  }

Furthermore you can translate and scale it like every other texture.

BTW, povray.general or povray.newuser would be more appropriate for such
questions.

Christoph

--
Christoph Hormann <chr### [at] gmxde>
Homepage: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.